WSFrame

* websocket frame

Members

Functions

isContinuationFrame
bool isContinuationFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
isControlFrame
bool isControlFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
isDataFrame
bool isDataFrame()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

closeCode
closeCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
closeReason
closeReason [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFinalFrame
isFinalFrame [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opCode
opCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parentCode
parentCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rsv1
rsv1 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rsv2
rsv2 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rsv3
rsv3 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_closeCode
CloseCode _closeCode;
Undocumented in source.
_closeReason
string _closeReason;
Undocumented in source.
_isFinalFrame
bool _isFinalFrame;
Undocumented in source.
_isValid
bool _isValid;
Undocumented in source.
_lastCode
OpCode _lastCode;
Undocumented in source.
_opCode
OpCode _opCode;
Undocumented in source.
_rsv1
bool _rsv1;
Undocumented in source.
_rsv2
bool _rsv2;
Undocumented in source.
_rsv3
bool _rsv3;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.

Meta